home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-29 | 511 b | 20 lines | [TEXT/MPS ] |
- #include "ODBCtypes.r"
-
- /*
- * the brand name resource. this string is displayed to the user
- * whenever a list of function sets with the same parent id's are
- * shown, e.g. the list of all odbc drivers. the current version of
- * the apple shared library manager doesn't have a way to associate
- * a brand name string with a shared library.
- */
-
- resource 'odbc' (0) {{ "Sample" }};
-
- resource 'odbc' (1) {{
- "APILevel=0",
- "ConnectFunctions=NNN",
- "DriverODBCVer=02.00",
- "FileUsage=0",
- "SQLLevel=0",
- ""
- }};